home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mu17_ext.zip / DEBUGHDR.A < prev    next >
Text File  |  1994-03-07  |  250b  |  20 lines

  1. **
  2. **    $VER: debughdr.a 1.0 (07.02.94)
  3. **
  4. **    debug.library header
  5. **
  6. **    ⌐ Copyright 1994 by Norbert Pⁿschel
  7. **    All Rights Reserved
  8.  
  9. GLOBAL    SET    1
  10.  
  11.     INCLUDE    'libhdr.i'
  12.  
  13.     LIBRARY    'debug.library',1,0,0,DebugBase,'07.02.94'
  14.  
  15.     FUNCDEF    DEBUGA
  16.  
  17.     ENDLIB
  18.  
  19.     END
  20.